const runtime.stackNoCache

3 uses

	runtime (current package)
		stack.go#L111: 	stackNoCache     = 0 // disable per-P small stack caches
		stack.go#L372: 		if stackNoCache != 0 || thisg.m.p == 0 || thisg.m.preemptoff != "" {
		stack.go#L475: 		if stackNoCache != 0 || gp.m.p == 0 || gp.m.preemptoff != "" {